Foxit PDF RDK
FoxitRDKNative.CloseDocumentTaskCallBack Class Reference

Defines a callback interface for handling the result of a CloseDocumentTask. More...

Public Member Functions

 constructor ()
 Constructor for the CloseDocumentTaskCallBack class. Initializes a new instance of the CloseDocumentTaskCallBack.
 
 result (task)
 Handles the result of a CloseDocumentTask. More...
 

Detailed Description

Defines a callback interface for handling the result of a CloseDocumentTask.

Member Function Documentation

◆ result()

FoxitRDKNative.CloseDocumentTaskCallBack.result ( task  )

Handles the result of a CloseDocumentTask.

Parameters
{CloseDocumentTask}task - The CloseDocumentTask whose result is being processed. This method is called when the task completes, providing access to its result.